home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Symbol Processors / Find / find-beat next >
Text File  |  1998-10-23  |  414b  |  7 lines

  1. find-beat symbol-pattern
  2.  
  3. Finds the next symbol after a rest, preserves it, and replaces the following symbols with = until a new rest symbol is found. Useful for finding those points in symbol patterns where a new symbol sequence begins.If there is too much going on in a pattern, this function can help preserve only the most meaningful symbols.
  4.  
  5. (find-beat '(a b c d = b c a = = =))
  6. --> (a = = = = b = = = = =)
  7.